home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-10-21 | 896 b | 91 lines | [TEXT/MPS ] |
- /*
- File: JFIFPreviewer.r
-
- */
-
-
- #include "Types.r"
-
- type 'thng' {
- hex longint type;
- hex longint subType;
- hex longint manufacturere;
- hex longint flags;
- hex longint flagsMask;
- hex longint thingResType;
- int thingResID;
- hex longint thingNameResType;
- int thingNameResID;
- hex longint thingInfoResType;
- int thingInfoResID;
- hex longint thingIconResType;
- int thingIconResID;
- };
-
- resource 'thng' (909) {
- 'pnot',
- 'JPEG',
- 'appl',
- 2,
- 0,
- 'pnot',
- 909,
- 'STR ',
- 909,
- 'STR ',
- 909,
- 0,
- 0
- };
-
- resource 'thng' (910) {
- 'pmak',
- 'JPEG',
- 'appl',
- 0,
- 0,
- 'pnot',
- 909,
- 'STR ',
- 909,
- 'STR ',
- 909,
- 0,
- 0
- };
-
- resource 'thng' (911) {
- 'pnot',
- 'JFIF',
- 'appl',
- 2,
- 0,
- 'pnot',
- 909,
- 'STR ',
- 909,
- 'STR ',
- 909,
- 0,
- 0
- };
-
- resource 'thng' (912) {
- 'pmak',
- 'JFIF',
- 'appl',
- 0,
- 0,
- 'pnot',
- 909,
- 'STR ',
- 909,
- 'STR ',
- 909,
- 0,
- 0
- };
-
- resource 'STR ' (909) {
- "JFIF Preview Comp";
- };